home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 015 / softload.arc / DOWNLOAD.DOC next >
Encoding:
Text File  |  1987-04-15  |  3.9 KB  |  107 lines

  1.  
  2.  
  3.  
  4.               Downloading Soft Fonts To A LaserJet
  5.  
  6.  
  7.  
  8.                              SUMMARY
  9.  
  10. DOWNLOAD.EXE  is  an  IBM PC utility  program  that  manages  the 
  11. process  of downloading soft fonts to a LaserJet printer.   DOWN-
  12. LOAD can send a font to any MS-DOS device or to a disk file.  You 
  13. have optional control over the ID number of the font, whether  it 
  14. is permanent or temporary, and whether it is a primary or second-
  15. ary font.
  16.  
  17.  
  18.                       FONT CHARACTERISTICS
  19.  
  20. All  soft fonts have three characteristics associated with  them.  
  21. Each  font must have a unique ID number, 0 - 15.  This  lets  you 
  22. select  a  soft font through software or the front panel  of  the 
  23. printer. Each font must be defined as either temporary or perman-
  24. ent.  Temporary fonts are deleted whenever the LaserJet is reset.  
  25. Most  software that controls the LaserJet sends a  reset  command 
  26. out  first, thus deleting all temporary fonts.  Finally,  a  font 
  27. may  be defined as either primary or secondary.  (Note that  only 
  28. one  primary and one secondary font can exist at one time.)   The 
  29. LaserJet lets you switch between primary and secondary fonts with 
  30. simple control characters.  Control-N selects the secondary font, 
  31. while control-O selects the primary font.  Embedding these  char-
  32. acters in you text file lets you switch between fonts.
  33.  
  34.  
  35.                         RUNNING DOWNLOAD
  36.  
  37. First,  if you forget how to run DOWNLOAD, or need  help,  simply 
  38. type  DOWNLOAD followed by a carriage return.  The  program  will 
  39. print  a  help list for you.  To run download you must  at  least 
  40. specify  the name of the soft font to send to your printer.   You 
  41. can  optionally  specify the device to send the  file  to,  LPT1, 
  42. LPT2, LPT3, COM1, or COM2.  In addition, you can optionally  con-
  43. trol the three font attributes specified above.  To invoke  DOWN-
  44. LOAD type:
  45.  
  46.  
  47. download fontname [device id perm prim]
  48.  
  49. where  the arguments between the two braces are optional and  the 
  50. arguments are as defined below:
  51.  
  52. fontname = the full name of the file to download
  53. device   = optional printer port: LPT1, LPT2, LPT3, COM1, COM2, 
  54.            or a disk file name
  55. id       = optional unique soft font ID number (0 - 15)
  56. perm     = optional make font Permanent or Temporary (P/T)
  57. prim     = optional make font Primary or Secondary (P/S)
  58.  
  59.  
  60. The  DOWNLOAD program defaults to printer port LPT1, and  assigns 
  61. the soft font ID 0, and permanent - primary status.  Thus:
  62.  
  63. download tr100rpn.usp
  64.  
  65.  
  66.  
  67.  
  68.  
  69.               Downloading Soft Fonts To A LaserJet
  70.  
  71.  
  72.  
  73. sends  the Times Roman 10 point regular font, (tr100rpn.usp),  to 
  74. the LaserJet as font id 0, and makes it permanent and the primary 
  75. font.
  76.  
  77. download tr100bpn.usp lpt1 1 p s
  78.  
  79. sends  the bold faced Times Roman font to the LaserJet  via  LPT1 
  80. and assigns it font id 1, permanent and secondary status.
  81.  
  82.  
  83.                            DISTRIBUTION
  84.  
  85. This program is provided free of charge to all who are interested 
  86. in  it.  It may be freely exchanged as long as no fee is  charged 
  87. for it.  Please distribute this package with BOTH this documenta-
  88. tion file and the executable program.  This program and  documen-
  89. tation  are copyright 1987 by Gary Elfring.  All rights  are  re-
  90. served.  Commercial use is strictly prohibited.
  91.  
  92. An enhanced version of this program, which lets you use wildcards 
  93. for  the  font names or supply a list of fonts  to  download,  is 
  94. supplied free of charge with all fonts libraries I sell.  Or  you 
  95. can purchase the enhanced downloader and source code (written  in 
  96. C),  for  a small fee separately.  I offer a  number  of  special 
  97. downloadable fonts including computer symbols, pi characters  and 
  98. dingbats, an LCD font, and credit cards.  For more information on 
  99. these  inexpensive downloadable soft fonts for you LaserJet  con-
  100. tact:
  101.  
  102. Gary Elfring
  103. 4N899 West Mary Drive
  104. St. Charles, Illinois  60174
  105.  
  106. 4/15/87
  107.